From e18f79780a71d716d2499ae0a9132cbf7273a121 Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Wed, 1 Jun 2005 12:36:40 +0000 Subject: [PATCH] bitkeeper revision 1.1627 (429dabd8oit_vtykkoDno8W9TS973g) multicall.c: Put multicall result in result field instead of args[5]. Signed-off-by: Christian Limpach --- xen/common/multicall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/common/multicall.c b/xen/common/multicall.c index fdfe7864db..1403041db8 100644 --- a/xen/common/multicall.c +++ b/xen/common/multicall.c @@ -43,7 +43,7 @@ long do_multicall(multicall_entry_t *call_list, unsigned int nr_calls) do_multicall_call(&mcs->call); - if ( unlikely(__put_user(mcs->call.args[5], &call_list[i].args[5])) ) + if ( unlikely(__put_user(mcs->call.result, &call_list[i].result)) ) { DPRINTK("Error writing result back to multicall block.\n"); goto fault; -- 2.30.2